home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 01 / 3 / DISK0130.ZIP / FMT.FNT < prev    next >
Text File  |  1983-06-11  |  1KB  |  20 lines

  1. { This file must be exactly 19 lines long (including the comments)    }
  2. { The first 6 data lines give decimal codes needed for the printer    }
  3. { to TURN ON a special font.  The next 6 lines tell how to turn it    }
  4. { OFF.    If the font doesn't exist on your printer, give no numbers    }
  5. { on the line.    Note that everything between curly braces is ignored. }
  6. { Also, commas are ignored.                          }
  7. { Following codes work for an Epson MX80 Printer.              }
  8. 27, 71,                { 1 - double strike       TURN-ON  }
  9. 27, 69,                { 2 - emphasized       TURN-ON  }
  10. 27, 52,                { 3 - italics       TURN-ON  }
  11. 27, 87, 1,               { 4 - double width       TURN-ON  }
  12. 144,                   { 5 - compressed       TURN-ON  }
  13. 27, 45, 1               { 6 - underline       TURN-ON  }
  14. 27, 72,                { 1 - double strike       TURN-OFF }
  15. 27, 70,                { 2 - emphasized       TURN-OFF }
  16. 27, 53,                { 3 - italics       TURN-OFF }
  17. 27, 87, 0,               { 4 - double width       TURN-OFF }
  18. 146,                   { 5 - compressed       TURN-OFF }
  19. 27, 45, 0,               { 6 - underline       TURN-OFF }
  20.